-
Re: Italic punctuation in a font with both right slanted Latin and left slanted Hebrew/Arabic
Using language or script-specific substitutions here is not reliable especially for numerals. Since numerals are strong LTR characters, they are always processed in separate BiDi run when inside RTL …3 -
Re: GPOS lookup with both Latin and PUA codepoints?
The is most likely a text segmentation issue. Some applications will split PUA characters into their own script run, and lookups don’t usually get applied across run breaks (Apple’s CoreText might be…1 -
Re: GPOS lookup with both Latin and PUA codepoints?
The font and the sample text show mirrored and correctly positioned marks for me in Pango, Firefox, and Chrome: The positioning is broken in LibreOffice, but that is surprising as I expected it to wo…2 -
Re: What could be an effective strategy for handling frac/tions in OpenType fonts?
HarfBuzz will apply frac feature to the whole fraction, as well numr and dnom features on the respective side of the fraction slash.2 -
Re: notdef in Oculi text font makes it a bad choice
That is a feature of Firefox and a handful of other applications/text layout libraries. Instead of showing the font’s .notdef glyph (and this thread shows one of the reasons why showing .notdef glyp…3